type runtime.note

18 uses

	runtime (current package)
		lock_futex.go#L134: func noteclear(n *note) {
		lock_futex.go#L138: func notewakeup(n *note) {
		lock_futex.go#L147: func notesleep(n *note) {
		lock_futex.go#L172: func notetsleep_internal(n *note, ns int64) bool {
		lock_futex.go#L218: func notetsleep(n *note, ns int64) bool {
		lock_futex.go#L229: func notetsleepg(n *note, ns int64) bool {
		mgc.go#L355: 	bgMarkReady note   // signal background mark worker has started
		proc.go#L2063: 	wake    note
		profbuf.go#L103: 	wait        note
		runtime2.go#L190: type note struct {
		runtime2.go#L551: 	park          note
		runtime2.go#L806: 	stopnote   note
		runtime2.go#L808: 	sysmonnote note
		runtime2.go#L814: 	safePointNote note
		sigqueue.go#L52: 	note       note
		sigqueue_note.go#L14: func sigNoteSetup(*note) {
		sigqueue_note.go#L18: func sigNoteSleep(*note) {
		sigqueue_note.go#L22: func sigNoteWakeup(*note) {